home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / juicy_lucy.swf / scripts / frame_119 / DoAction.as
Text File  |  2011-08-19  |  555b  |  23 lines

  1. inv.useHandCursor = false;
  2. _root.hold = true;
  3. i = 0;
  4. while(i <= 15)
  5. {
  6.    removeMovieClip("sweet" + i);
  7.    removeMovieClip("flakeCopy");
  8.    i++;
  9. }
  10. if(_root.score < 1500)
  11. {
  12.    message1.text = "Hey, not bad for a beginner....but I betcha could do better...";
  13. }
  14. else if(_root.score >= 1500 and _root.score <= 2500)
  15. {
  16.    message1.text = "That\'s pretty good - you\'re a natural! Try to scoop even more points next time";
  17. }
  18. else if(_root.score > 2500)
  19. {
  20.    message1.text = "That\'s almost a top score sweetie, don\'t stop now!";
  21. }
  22. stop();
  23.